golang.org/x/text/cases.context.sz (field)
12 uses
golang.org/x/text/cases (current package)
context.go#L30: sz int // size of current rune
context.go#L69: c.nDst, c.nSrc = c.pDst, c.pSrc+c.sz
context.go#L76: c.sz = 0
context.go#L80: c.pSrc += c.sz
context.go#L82: c.info, c.sz = 0, 0
context.go#L86: c.info, c.sz = info(v), sz
context.go#L87: if c.sz == 0 {
context.go#L92: c.sz = 1
context.go#L131: return c.writeBytes(c.src[c.pSrc : c.pSrc+c.sz])
context.go#L183: b := c.src[c.pSrc+c.sz-1]
map.go#L743: start := c.pSrc + c.sz
map.go#L768: return c.writeString("ı") && c.writeBytes(c.src[start:c.pSrc+c.sz]) && done
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)